projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa381a
)
libostree: remove unused libmount include
author
Alyssa Ross
<hi@alyssa.is>
Fri, 14 Feb 2025 11:29:46 +0000
(12:29 +0100)
committer
Alyssa Ross
<hi@alyssa.is>
Fri, 14 Feb 2025 11:29:46 +0000
(12:29 +0100)
As far as I can tell, this hasn't been used since
9a526bba
("sysroot: Handle ro /boot but rw /sysroot").
src/libostree/ostree-sysroot-deploy.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-sysroot-deploy.c
b/src/libostree/ostree-sysroot-deploy.c
index 7fb83f0c2cb8d85fbc524936c3ea01ee360dff38..37e7774bab030a7f3c480e7440171c01d931c751 100644
(file)
--- a/
src/libostree/ostree-sysroot-deploy.c
+++ b/
src/libostree/ostree-sysroot-deploy.c
@@
-32,9
+32,6
@@
#include <sys/socket.h>
#include <sys/statvfs.h>
-#ifdef HAVE_LIBMOUNT
-#include <libmount.h>
-#endif
#ifdef HAVE_LIBSYSTEMD
#include <systemd/sd-journal.h>
#endif